From 6c416012fee343ed2454beb5803df157e3b66984 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 31 Mar 1993 21:25:06 +0000 Subject: [PATCH] (enable-command): Remove spurious assignment of free variable `foo'. --- lisp/novice.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/novice.el b/lisp/novice.el index 2ddbbac3250..b8747549209 100644 --- a/lisp/novice.el +++ b/lisp/novice.el @@ -99,7 +99,6 @@ to future sessions." ;; Must have been disabled by default. (goto-char (point-max)) (insert "\n(put '" (symbol-name command) " 'disabled nil)\n")) - (setq foo (buffer-modified-p)) (save-buffer))) ;;;###autoload -- 2.30.2